summaryrefslogtreecommitdiffstats
path: root/src/video_core/host_shaders/vulkan_fidelityfx_fsr_rcas_fp16.frag
blob: c017214a5145b0620c3ea8eb51062a00c6c3bb71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#version 460 core
#extension GL_GOOGLE_include_directive : enable

#define YUZU_USE_FP16
#define USE_RCAS 1
#define VERSION 1

#include "fidelityfx_fsr.frag"